Skip to content

chore: bump all Go module and GitHub Action dependencies - #19

Merged
jahvon merged 1 commit into
mainfrom
chore/update-deps
Jul 26, 2026
Merged

chore: bump all Go module and GitHub Action dependencies#19
jahvon merged 1 commit into
mainfrom
chore/update-deps

Conversation

@jahvon

@jahvon jahvon commented Jul 26, 2026

Copy link
Copy Markdown
Member

Rolls up the outstanding Dependabot PRs into a single change.

Go modules:

  • filippo.io/age 1.2.1 -> 1.3.1
  • github.com/jahvon/expression 0.1.3 -> 0.1.4
  • github.com/zalando/go-keyring 0.2.6 -> 0.2.8
  • golang.org/x/crypto 0.41.0 -> 0.54.0
  • mvdan.cc/sh/v3 3.12.0 -> 3.13.1
  • plus indirect deps

The go directive moves to 1.25.0 because x/crypto, x/sys, x/term and mvdan.cc/sh now require it; CI's setup-go constraint moves to match.

GitHub Actions:

  • actions/checkout v4 -> v6
  • actions/setup-go v5 -> v6
  • github/codeql-action v3 -> v4
  • golangci/golangci-lint-action v8 -> v9, golangci-lint v2.1.6 -> v2.12.2

golangci-lint v2.12.2 flags three issues in existing code, fixed here: two "env" literals now use the existing envSource constant, and the example's CLI path argument is run through filepath.Clean. gomodguard is deprecated in favor of gomodguard_v2 in .golangci.yaml.

Rolls up the outstanding Dependabot PRs into a single change.

Go modules:
- filippo.io/age 1.2.1 -> 1.3.1
- github.com/jahvon/expression 0.1.3 -> 0.1.4
- github.com/zalando/go-keyring 0.2.6 -> 0.2.8
- golang.org/x/crypto 0.41.0 -> 0.54.0
- mvdan.cc/sh/v3 3.12.0 -> 3.13.1
- plus indirect deps

The go directive moves to 1.25.0 because x/crypto, x/sys, x/term and
mvdan.cc/sh now require it; CI's setup-go constraint moves to match.

GitHub Actions:
- actions/checkout v4 -> v6
- actions/setup-go v5 -> v6
- github/codeql-action v3 -> v4
- golangci/golangci-lint-action v8 -> v9, golangci-lint v2.1.6 -> v2.12.2

golangci-lint v2.12.2 flags three issues in existing code, fixed here:
two "env" literals now use the existing envSource constant, and the
example's CLI path argument is run through filepath.Clean. gomodguard is
deprecated in favor of gomodguard_v2 in .golangci.yaml.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@jahvon
jahvon merged commit 2f901da into main Jul 26, 2026
2 checks passed
@jahvon
jahvon deleted the chore/update-deps branch July 26, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant